home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / ANSIshellƒ / os_mac_str.h < prev    next >
Encoding:
Text File  |  1994-09-30  |  366 b   |  10 lines  |  [TEXT/R*ch]

  1. // os_mac_str.h
  2. // 30Sep94 e (from os_mac.c originally by Marc Feeley)
  3. // portions Copyright © 1992 Marc Feeley and Douglas H. Currie, Jr.
  4.  
  5. void c_to_p( char * c_str, Str255 p_str );
  6. void p_to_p( Str255 p1, Str255 p2 );
  7. void buf_to_p( unsigned short len, char *p1, Str255 p2 );
  8. void p_to_c( Str255 p_str, char *c_str );
  9. short compare_p_to_p( Str255 p1, Str255 p2 );
  10.